ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Tags
    3. external fc
    Log in to post
    • All categories
    • KevinChanK

      Unable to initiate MAVlink through UART on VOXL2 ttyHS1

      Ask your questions right here!
      • external fc mavlink mavlink-server uart voxl2 • • KevinChan
      5
      0
      Votes
      5
      Posts
      477
      Views

      V

      @I_Dwyer @Chad-Sweet Hello all, has this issue been solved in and particular version, we too are facing the same issue, on HS1 the voxl-mavlink server is initiating but we are not able to see any data from this port. We are right now on the 1.5.3 build. Pls provided more info on the same.

    • KevinChanK

      Unable to setup VIO on external flight controller

      Ask your questions right here!
      • vio external fc position-mode voxl2 • • KevinChan
      7
      0
      Votes
      7
      Posts
      533
      Views

      tomT

      @KevinChan 0.9.5 is the newest, 0.9 is second newest, 1.3.1-0.8 (0.8) is super old. We changed our naming scheme some time ago so I can understand the confusion

    • R

      How does VOXL 2 communicate with external Flight Controller?

      VOXL 2
      • external fc voxl2 • • roy
      4
      0
      Votes
      4
      Posts
      485
      Views

      modaltbM

      Hi @roy ,

      I don't have quantitive data to give you, except that even in the native setup, we are doing a bunch of "translations".

      For example, one of the DSPs (sensors DSP, sometimes called Sensors Low Power Island (SLPI), at least on the older platform and carried over by us out of habit)) is talking SPI to an IMU, and then that data get's passed via mUORB to the applications processor and in some scenarios for our vision processing code that runs on the application processor.

      (We've now actually hooked up an IMU directly to the applications processor for vision processing and PX4 has it's own, but the data path and delays introduced did not cause issues for us)

      This graphic is from: https://docs.modalai.com/voxl2-px4-developer-guide/

      2e82e9d0-a1bd-49a3-b9ac-1790090ec700-image.png

      It shows how we're doing things roughly.

      So you can imagine this:

      have an external flight controller connected via UART (as explained above, through an add on board or soon via a camera connetor J8) use our voxl-mavlink-server has a UART implantation that can be used as reference to get MAVLink to/from your Flight Controller INTO VOXL2

      Maybe not answering all your questions, but keep the back and forth going and we can widdle away 😉

    • M

      RB5 UART for external FC not working.

      Qualcomm Flight RB5 5G Drone
      • uart rb5 drivers external fc • • mrawding
      6
      0
      Votes
      6
      Posts
      509
      Views

      W

      @modaltb hello, when will the next SDK release be available? Would love to the UARTs working for external FC. Thank you.